@digitalpersona/services
Version:
DigitalPersona Web Access Services
14 lines (8 loc) • 530 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [ServiceError](./services.serviceerror.md) > [code](./services.serviceerror.code.md)
## ServiceError.code property
Numeric code of the error. In case of HTTP error the code will be an HTTP status code. In case of [service fault](./services.servicefault.md) the code will be an HRESULT server code.
<b>Signature:</b>
```typescript
readonly code: number;
```