Skip to main content

Class: HandlerError

nexus.v1.HandlerError

Represents a HandlerError.

Properties

errorType

errorType: string

See https://github.com/nexus-rpc/api/blob/main/SPEC.md#predefined-handler-errors.


failure

Optional failure: null | $Properties

HandlerError failure.


retryBehavior

retryBehavior: NexusHandlerErrorRetryBehavior

Retry behavior, defaults to the retry behavior of the error type as defined in the spec.

Methods

toJSON

toJSON(): Object

Converts this HandlerError to JSON.

Returns

Object

JSON object


create

create(properties?): HandlerError & $Properties

Creates a new HandlerError instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

HandlerError & $Properties

HandlerError instance

create(properties?): HandlerError

Parameters

NameType
properties?$Properties

Returns

HandlerError


decode

decode(reader, length?): HandlerError & $Properties

Decodes a HandlerError message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

HandlerError & $Properties

HandlerError

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): HandlerError & $Properties

Decodes a HandlerError message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

HandlerError & $Properties

HandlerError

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified HandlerError message. Does not implicitly temporal.api.nexus.v1.HandlerError.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesHandlerError message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified HandlerError message, length delimited. Does not implicitly temporal.api.nexus.v1.HandlerError.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesHandlerError message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): HandlerError

Creates a HandlerError message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

HandlerError

HandlerError


toObject

toObject(message, options?): Object

Creates a plain object from a HandlerError message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageHandlerErrorHandlerError
options?IConversionOptionsConversion options

Returns

Object

Plain object