Skip to main content

Class: Failure

coresdk.activity_result.Failure

Used to report activity failure either when executing or resolving

Properties

failure

Optional failure: null | $Properties

Failure failure.

Methods

toJSON

toJSON(): Object

Converts this Failure to JSON.

Returns

Object

JSON object


create

create(properties?): Failure & $Shape

Creates a new Failure instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

Failure & $Shape

Failure instance

create(properties?): Failure

Parameters

NameType
properties?$Properties

Returns

Failure


decode

decode(reader, length?): Failure & $Shape

Decodes a Failure message from the specified reader or buffer.

Parameters

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

Returns

Failure & $Shape

Failure

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): Failure & $Shape

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

Failure & $Shape

Failure

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 Failure message. Does not implicitly coresdk.activity_result.Failure.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified Failure message, length delimited. Does not implicitly coresdk.activity_result.Failure.verify|verify messages.

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): Failure

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

Failure

Failure


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageFailureFailure
options?IConversionOptionsConversion options

Returns

Object

Plain object