Typescript SDK Type Docs
    Preparing search index...

    Interface GenericError

    interface GenericError {
        code: "Generic";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "Generic"

    An error identifier.

    message: string

    A plain language description of the cause of an error.