react-native-firework-sdk
    Preparing search index...

    Interface FWError

    interface FWError {
        name: string;
        reason?: null | string;
    }
    Index

    Properties

    Properties

    name: string

    Error name

    reason?: null | string

    Error Reason