RestDefaultErrorBody | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias RestDefaultErrorBody

    The default error body for untyped OpenAPI services.

    type RestDefaultErrorBody = {
        error: string;
        status: HTTPErrorCode;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    error: string