Typescript SDK Type Docs
    Preparing search index...

    Interface IErrorObject

    interface IErrorObject {
        code: string;
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: string

    Error identifier.

    message: string

    Plain text description of the cause of the error.