Skip to main content

Class: NexusHandlerFailureInfo

failure.v1.NexusHandlerFailureInfo

Represents a NexusHandlerFailureInfo.

Implements

Constructors

constructor

new NexusHandlerFailureInfo(properties?): NexusHandlerFailureInfo

Constructs a new NexusHandlerFailureInfo.

Parameters

NameTypeDescription
properties?INexusHandlerFailureInfoProperties to set

Returns

NexusHandlerFailureInfo

Properties

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.

Implementation of

INexusHandlerFailureInfo.type

Methods

toJSON

toJSON(): Object

Converts this NexusHandlerFailureInfo to JSON.

Returns

Object

JSON object


create

create(properties?): NexusHandlerFailureInfo

Creates a new NexusHandlerFailureInfo instance using the specified properties.

Parameters

NameTypeDescription
properties?INexusHandlerFailureInfoProperties to set

Returns

NexusHandlerFailureInfo

NexusHandlerFailureInfo instance


decode

decode(reader, length?): NexusHandlerFailureInfo

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

NexusHandlerFailureInfo

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): NexusHandlerFailureInfo

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

NexusHandlerFailureInfo

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
messageINexusHandlerFailureInfoNexusHandlerFailureInfo 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
messageINexusHandlerFailureInfoNexusHandlerFailureInfo 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


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for NexusHandlerFailureInfo

Parameters

NameTypeDescription
typeUrlPrefix?stringyour custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


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