Skip to content

Latest commit

 

History

History
102 lines (56 loc) · 1.76 KB

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:350


action_type

action_type: T

Inherited from

ActionAttemptBase.action_type

Defined in

src/types/models.ts:351


error

error: Object

Type declaration

Name Type
message string
type string

Overrides

ActionAttemptBase.error

Defined in

src/types/models.ts:368


result

result: null

Overrides

ActionAttemptBase.result

Defined in

src/types/models.ts:367


status

status: "error"

Overrides

ActionAttemptBase.status

Defined in

src/types/models.ts:366