A11 TypeScript API - v0.2.1
    Preparing search index...

    Interface UnimplementedError

    Failure indicating that this endpoint does not provide an operation.

    interface UnimplementedError {
        cause?: unknown;
        code: UNIMPLEMENTED;
        details?: object[];
        message: string;
    }

    Hierarchy (View Summary)

    Index
    cause?: unknown

    Local exception/diagnostic cause; omitted at serialized boundaries.

    Machine-readable portable outcome.

    details?: object[]

    Structured, serializable application or validation context.

    message: string

    Concise description suitable for logs and user-facing diagnostics.