@digitalpersona/services
Version:
DigitalPersona Web Access Services
22 lines (13 loc) • 715 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [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. |