UNPKG

@okta-dfuhriman/okta-auth-js

Version:
16 lines (14 loc) 294 B
export interface FieldError { errorSummary: string; reason?: string; location?: string; locationType?: string; domain?: string; } export interface APIError { errorSummary: string; errorCode?: string; errorLink?: string; errorId?: string; errorCauses?: Array<FieldError>; }