Skip to main content

Class: NexusHandlerFailureInfo

failure.v1.NexusHandlerFailureInfo

Represents a NexusHandlerFailureInfo.

Properties

retryBehavior

retryBehavior: NexusHandlerErrorRetryBehavior

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


type

type: string

The Nexus error type as defined in the spec: https://github.com/nexus-rpc/api/blob/main/SPEC.md#predefined-handler-errors.

Methods

toJSON

toJSON(): Object

Converts this NexusHandlerFailureInfo to JSON.

Returns

Object

JSON object


create

create(properties?): NexusHandlerFailureInfo & $Properties

Creates a new NexusHandlerFailureInfo instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

NexusHandlerFailureInfo & $Properties

NexusHandlerFailureInfo instance

create(properties?): NexusHandlerFailureInfo

Parameters

NameType
properties?$Properties

Returns

NexusHandlerFailureInfo


decode

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

Decodes a NexusHandlerFailureInfo message from the specified reader or buffer.

Parameters

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

Returns

NexusHandlerFailureInfo & $Properties

NexusHandlerFailureInfo

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): NexusHandlerFailureInfo & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

NexusHandlerFailureInfo & $Properties

NexusHandlerFailureInfo

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 NexusHandlerFailureInfo message. Does not implicitly temporal.api.failure.v1.NexusHandlerFailureInfo.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): NexusHandlerFailureInfo

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

NexusHandlerFailureInfo

NexusHandlerFailureInfo


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageNexusHandlerFailureInfoNexusHandlerFailureInfo
options?IConversionOptionsConversion options

Returns

Object

Plain object