code. An operation error uses RFC 9457 problem details with the application/problem+json media type:
code– A stable identifier for the error, in the formSBJ-NNNN. Branch on this value when the response carries one, and on the status otherwise.type– A URI that identifies the error in the Lerian error catalog. Built ashttps://errors.lerian.studio/v1/<code>.title– The HTTP status text (for example,Bad Request).status– The HTTP status code.detail– Guidance for this occurrence of the error. For5xxresponses, the detail carries the static textinternal error, so usecodeto branch.errors– Optional list of per-field validation details, each with amessageand alocation.
code and title in a plain JSON body.

