Typescript SDK Type Docs
    Preparing search index...

    Interface ErrorObject

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: string
    message: string