SERVER_ERROR — unexpected internal server error
cyoda-go version 0.6.2
errors.SERVER_ERROR
Section titled “errors.SERVER_ERROR”SERVER_ERROR — an unexpected error occurred on the server that prevented the request from being fulfilled.
SYNOPSIS
Section titled “SYNOPSIS”HTTP: 500 Internal Server Error. Retryable: yes (with caution).
DESCRIPTION
Section titled “DESCRIPTION”The server encountered an unclassified internal error. The response body contains a ticket UUID that correlates with the server-side error log. No internal details are exposed in the response.
Retryable with caution. Simple reads may be retried safely. Writes must be treated as potentially applied — the write outcome must be verified before retrying to avoid duplicates. The ticket value identifies the server-side error log entry.
SEE ALSO
Section titled “SEE ALSO”- errors
See also
Section titled “See also”cyoda help errors— Every error response from the Cyoda REST API carries a structurederrorCodein thepropertiesobject. Multiple codes may share the same HTTP status. Programmatic handling keys onerrorCode, not HTTP status.
Raw formats
Section titled “Raw formats”/help/errors/server_error.json— full descriptor (matchesGET /help/{topic}envelope)/help/errors/server_error.md— body only