Alokai

ErrorCausedBySDKError

Represents an error type with a cause property of type SDKError.

type ErrorCausedBySDKError = Error & {
  cause: SdkHttpError;
};

Referenced Types

  • SdkHttpError

On this page