23 lines
513 B
Markdown
23 lines
513 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [api](./calckey-js.api.md) > [isAPIError](./calckey-js.api.isapierror.md)
|
|
|
|
## api.isAPIError() function
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare function isAPIError(reason: any): reason is APIError;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| reason | any | |
|
|
|
|
**Returns:**
|
|
|
|
reason is [APIError](./calckey-js.api.apierror.md)
|
|
|