Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Latest commit

 

History

History
102 lines (56 loc) · 1.76 KB

ActionAttemptWithError.md

File metadata and controls

102 lines (56 loc) · 1.76 KB

seamapi / Exports / ActionAttemptWithError

Interface: ActionAttemptWithError<T>

Type parameters

Name Type
T extends ActionType

Hierarchy

  • ActionAttemptBase<T>

    ActionAttemptWithError

Table of contents

Properties

Properties

action_attempt_id

action_attempt_id: string

Inherited from

ActionAttemptBase.action_attempt_id

Defined in

src/types/models.ts:392


action_type

action_type: T

Inherited from

ActionAttemptBase.action_type

Defined in

src/types/models.ts:393


error

error: Object

Type declaration

Name Type
message string
type string

Overrides

ActionAttemptBase.error

Defined in

src/types/models.ts:410


result

result: null

Overrides

ActionAttemptBase.result

Defined in

src/types/models.ts:409


status

status: "error"

Overrides

ActionAttemptBase.status

Defined in

src/types/models.ts:408