File

projects/angular-client-sdk/src/lib/interfaces/error.interface.ts

Index

Properties

Properties

code
code: PaperSDKErrorCode
Type : PaperSDKErrorCode

An enum representing the error encountered. The value is a human-readable, English message describing the error.

error
error: Error
Type : Error
import { PaperSDKErrorCode } from '../enums/error-code.enum';

export interface PaperSDKError {
  /**
   * An enum representing the error encountered.
   * The value is a human-readable, English message describing the error.
   */
  code: PaperSDKErrorCode;
  error: Error;
}

results matching ""

    No results matching ""