Skip to main content

Class: WorkflowTaskCompletionBufferLostFailure

errordetails.v1.WorkflowTaskCompletionBufferLostFailure

An error indicating that the server lost the buffered pages of a paginated workflow task completion. This is a transient error: the workflow task is still valid, and the client should resend all pages from page 0 using the same task token.

Methods

toJSON

toJSON(): Object

Converts this WorkflowTaskCompletionBufferLostFailure to JSON.

Returns

Object

JSON object


create

create(properties?): WorkflowTaskCompletionBufferLostFailure & $Properties

Creates a new WorkflowTaskCompletionBufferLostFailure instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

WorkflowTaskCompletionBufferLostFailure & $Properties

WorkflowTaskCompletionBufferLostFailure instance

create(properties?): WorkflowTaskCompletionBufferLostFailure

Parameters

NameType
properties?$Properties

Returns

WorkflowTaskCompletionBufferLostFailure


decode

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

Decodes a WorkflowTaskCompletionBufferLostFailure message from the specified reader or buffer.

Parameters

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

Returns

WorkflowTaskCompletionBufferLostFailure & $Properties

WorkflowTaskCompletionBufferLostFailure

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): WorkflowTaskCompletionBufferLostFailure & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

WorkflowTaskCompletionBufferLostFailure & $Properties

WorkflowTaskCompletionBufferLostFailure

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): WorkflowTaskCompletionBufferLostFailure

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

WorkflowTaskCompletionBufferLostFailure

WorkflowTaskCompletionBufferLostFailure


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageWorkflowTaskCompletionBufferLostFailureWorkflowTaskCompletionBufferLostFailure
options?IConversionOptionsConversion options

Returns

Object

Plain object