UNPKG

@okta/okta-auth-js

Version:
15 lines (14 loc) 313 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>; }