typeapi icon indicating copy to clipboard operation
typeapi copied to clipboard

Add catch all error schema

Open chriskapp opened this issue 1 year ago • 0 comments

Currently a user needs to specify concrete every error code i.e. 400, 404, 500 etc. and a corresponding schema. Most APIs have a unified error response for all errors. We should add a special key i.e. "xxx" or "000" to specify a schema for all errors.

chriskapp avatar Aug 06 '24 21:08 chriskapp