Errors
Public API errors are returned as JSON. Common fields:code: a stable error code such asUNAUTHORIZED,FORBIDDEN,NOT_FOUND, orINTERNAL_SERVER_ERRORmessage: a human-readable descriptiondata.appCode: an optional, stable application-specific reasonissues: validation details for malformed input
code (and data.appCode when present), not on message
text, which may change.