Typescript SDK Type Docs
    Preparing search index...

    Interface InvalidTokenError

    interface InvalidTokenError {
        code: "invalid_token";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "invalid_token"

    An error identifier.

    message: string

    A plain language description of the cause of an error.