Class: MarketCallError
April 29, 2026 ยท View on GitHub
iexec / errors / MarketCallError
Class: MarketCallError
MarketCallError encapsulates an error occurring during a call to the Market API such as a network error or a server-side internal error.
Extends
Constructors
Constructor
new MarketCallError(
message,options?):MarketCallError
Parameters
message
string
A descriptive error message detailing the nature of the error.
options?
cause?
unknown
The original error that caused this API call error.
Returns
MarketCallError
Inherited from
Properties
cause?
optionalcause:unknown
The original error that caused this API call error.