UNPKG

@digitalpersona/services

Version:
22 lines (13 loc) 715 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [ServiceFault](./services.servicefault.md) ## ServiceFault interface A server fault object. When server error occurs, the server returns the fault object in a response body. <b>Signature:</b> ```typescript export interface ServiceFault ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [description](./services.servicefault.description.md) | <code>string</code> | A text describing the error. | | [error\_code](./services.servicefault.error_code.md) | <code>number</code> | A numeric code of the error. |