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

    Type Alias RestDefaultErrorMapperFunction

    RestDefaultErrorMapperFunction: (
        data: { error: string; status: HTTPErrorCode },
    ) => Promise<WebResponse>

    Signature for a x-webhare-default-error-mapper function

    Type declaration