Operation Error
class OperationError extends Error {
code: string;
message: string;
data: string;
}Error Code
Description
Last updated
Was this helpful?
class OperationError extends Error {
code: string;
message: string;
data: string;
}Last updated
Was this helpful?
Was this helpful?