Skip to content

Documentation / @super-line/client / ValidationErrorInfo

Interface: ValidationErrorInfo

Defined in: index.ts:123

Describes which inbound payload failed validation, passed to onValidationError.

Properties

kind

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

Defined in: index.ts:125

The kind of inbound payload that failed.


name

name: string

Defined in: index.ts:127

The request/event/topic name.

Released under the MIT License.