Skip to content
Settings

NOT_IMPLEMENTED — endpoint is not yet implemented

cyoda-go version 0.6.2

NOT_IMPLEMENTED — the requested endpoint or operation exists in the API contract but has not yet been implemented in this version.

HTTP: 501 Not Implemented. Retryable: no.

The route is defined and accepted by the server but the handler returns this error because the feature is pending implementation. Distinct from a 404 — the endpoint exists without a functional implementation.

Not retryable. The response is identical until a new version is deployed.

  • 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.