UNPKG

@idfy/sdk

Version:
15 lines (14 loc) 302 B
export interface Error { /** * An error message providing details about the error. */ message?: string; /** * The error code reported. */ code?: string; /** * The error code reported from the eID provider that was used. */ providerCode?: string; }