THEOplayer React Native Connectors
    Preparing search index...

    Class AnvatoError

    Hierarchy

    Index

    Constructors

    Properties

    Accessors

    Constructors

    • Parameters

      • message: string
      • errorDetails: string
      • Optionalurl: string
      • OptionalerrorCode: number
      • OptionalerrorStatus: string

      Returns AnvatoError

    Properties

    errorCode?: number

    Error result code, e.g. 400.

    errorDetails: string

    Detailed error message.

    errorStatus?: string

    Error status, e.g. "INVALID_ARGUMENT"

    url?: string

    Url from which the error originates.

    Accessors