Skip to content

NestJsErrorCodeAdapter

Defined in: vue-crud/src/errors/nestJsErrorAdapter.ts:32

Default opt-in ErrorCodeAdapter implementation matching the NestJS-shaped backend the original app was built against. Not exported from @flextable/core — it’s a preset, not a core assumption. Consumers on a different backend implement ErrorCodeAdapter<TCode> themselves instead.

new NestJsErrorCodeAdapter(): NestJsErrorCodeAdapter

NestJsErrorCodeAdapter

descriptionKey(code): string

Defined in: vue-crud/src/errors/nestJsErrorAdapter.ts:48

NestJsErrorCode

string

ErrorCodeAdapter.descriptionKey


messageKey(code): string

Defined in: vue-crud/src/errors/nestJsErrorAdapter.ts:44

NestJsErrorCode

string

ErrorCodeAdapter.messageKey


resolve(rawCode, statusCode): NestJsErrorCode

Defined in: vue-crud/src/errors/nestJsErrorAdapter.ts:33

string | undefined

number | undefined

NestJsErrorCode

ErrorCodeAdapter.resolve