JS API Reference

Enumeration: MarketErrorCode

market/error.MarketErrorCode

Table of contents

Enumeration Members

Enumeration Members

CouldNotGetAgreement

• CouldNotGetAgreement = "CouldNotGetAgreement"

Defined in

src/market/error.ts:4


CouldNotGetProposal

• CouldNotGetProposal = "CouldNotGetProposal"

Defined in

src/market/error.ts:5


ServiceNotInitialized

• ServiceNotInitialized = "ServiceNotInitialized"

Defined in

src/market/error.ts:6


MissingAllocation

• MissingAllocation = "MissingAllocation"

Defined in

src/market/error.ts:7


SubscriptionFailed

• SubscriptionFailed = "SubscriptionFailed"

Defined in

src/market/error.ts:8


InvalidProposal

• InvalidProposal = "InvalidProposal"

Defined in

src/market/error.ts:9


ProposalResponseFailed

• ProposalResponseFailed = "ProposalResponseFailed"

Defined in

src/market/error.ts:10


ProposalRejectionFailed

• ProposalRejectionFailed = "ProposalRejectionFailed"

Defined in

src/market/error.ts:11


DemandExpired

• DemandExpired = "DemandExpired"

Defined in

src/market/error.ts:12


ResourceRentalTerminationFailed

• ResourceRentalTerminationFailed = "ResourceRentalTerminationFailed"

Defined in

src/market/error.ts:13


ResourceRentalCreationFailed

• ResourceRentalCreationFailed = "ResourceRentalCreationFailed"

Defined in

src/market/error.ts:14


AgreementApprovalFailed

• AgreementApprovalFailed = "AgreementApprovalFailed"

Defined in

src/market/error.ts:15


NoProposalAvailable

• NoProposalAvailable = "NoProposalAvailable"

Defined in

src/market/error.ts:16


InternalError

• InternalError = "InternalError"

Defined in

src/market/error.ts:17


ScanFailed

• ScanFailed = "ScanFailed"

Defined in

src/market/error.ts:18

Was this helpful?