Type alias SpannerdResponse

SpannerdResponse: {
    id: string;
    success: boolean;
}

Response object returned when creating new error or clearing existing error.

Type declaration

  • id: string

    Unique string of the error that was created or cleared. If empty when clearing error, it means requested error to clear was not found.

  • success: boolean

    Weather the request was successful or not.

Generated using TypeDoc