Typescript SDK Type Docs
    Preparing search index...

    Interface ServiceUnavailableError

    Returned when the service is unavailable, for example when the Notification Service is down.

    interface ServiceUnavailableError {
        code: "ServiceUnavailable";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "ServiceUnavailable"

    Error identifier.

    message: string

    "Service is unavailable."