Open munierujp opened 3 years ago
Follow RFC 7807 as error response format
/** * @see https://tools.ietf.org/html/rfc7807 */ interface Problem { type: string title: string detail?: string }
Follow RFC 7807 as error response format