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

    Type Alias RestDefaultErrorBody

    type RestDefaultErrorBody = {
        error: string;
        status: HTTPErrorCode;
    }
    Index

    Properties

    Properties

    error: string