Skip to content

Interface: ErrorResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / ErrorResponse

Interface: ErrorResponse

Defined in: src/types/common.ts:96

Standard error response body returned by the backend on 4xx/5xx responses.

Properties

details?

optional details: unknown

Defined in: src/types/common.ts:102

Additional error details, structure varies by error type.


error

error: string

Defined in: src/types/common.ts:98

Error type identifier.


message

message: string

Defined in: src/types/common.ts:100

Human-readable error message.