Skip to content
Settings

SERVER_ERROR — unexpected internal server error

cyoda-go version 0.6.2

SERVER_ERROR — an unexpected error occurred on the server that prevented the request from being fulfilled.

HTTP: 500 Internal Server Error. Retryable: yes (with caution).

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.

  • errors
  • cyoda help errors — Every error response from the Cyoda REST API carries a structured errorCode in the properties object. Multiple codes may share the same HTTP status. Programmatic handling keys on errorCode, not HTTP status.