Skip to main content
Version: Current

TryOkOptions

@rotorsoft/act-root


@rotorsoft/act-root / act-http/src/webhook / TryOkOptions

Type Alias: TryOkOptions

TryOkOptions = object

Defined in: libs/act-http/src/webhook/classify.ts:35

Options for tryOk.

Propertiesโ€‹

label?โ€‹

optional label?: string

Defined in: libs/act-http/src/webhook/classify.ts:43

Label prefixed onto the error message โ€” typically the integration's identity ("webhook", "my_sdk", "grpc"). Default: "request".


urlโ€‹

url: string

Defined in: libs/act-http/src/webhook/classify.ts:37

The endpoint that received the request. Surfaced on the thrown error and in its message.