Skip to content

Documentation / @super-line/client / ValidationErrorInfo

Interface: ValidationErrorInfo

Defined in: packages/client/src/index.ts:86

Describes which inbound payload failed validation, passed to onValidationError.

Properties

kind

kind: "response" | "event" | "topic"

Defined in: packages/client/src/index.ts:88

The kind of inbound payload that failed.


name

name: string

Defined in: packages/client/src/index.ts:90

The request/event/topic name.

Released under the MIT License.