﻿# NOT_IMPLEMENTED — endpoint is not yet implemented

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` — …

<em>cyoda-go version <a href="https://github.com/Cyoda-platform/cyoda-go/releases/tag/v0.6.2">0.6.2</a></em>

# errors.NOT_IMPLEMENTED

## NAME

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

## SYNOPSIS

HTTP: `501` `Not Implemented`. Retryable: `no`.

## 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

- errors

## See also

- [`cyoda help errors`](/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.

## Raw formats

- [`/help/errors/not_implemented.json`](/help/errors/not_implemented.json) — full descriptor (matches `GET /help/{topic}` envelope)
- [`/help/errors/not_implemented.md`](/help/errors/not_implemented.md) — body only