NOT_IMPLEMENTED — endpoint is not yet implemented
cyoda-go version 0.6.2
errors.NOT_IMPLEMENTED
Section titled “errors.NOT_IMPLEMENTED”NOT_IMPLEMENTED — the requested endpoint or operation exists in the API contract but has not yet been implemented in this version.
SYNOPSIS
Section titled “SYNOPSIS”HTTP: 501 Not Implemented. Retryable: no.
DESCRIPTION
Section titled “DESCRIPTION”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.
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/not_implemented.json— full descriptor (matchesGET /help/{topic}envelope)/help/errors/not_implemented.md— body only