jormungandr-bite/packages/iceshrimp-js/markdown/iceshrimp-js.api.isapierror.md

23 lines
545 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2023-07-21 11:33:01 -06:00
[Home](./index.md) &gt; [iceshrimp-js](./iceshrimp-js.md) &gt; [api](./iceshrimp-js.api.md) &gt; [isAPIError](./iceshrimp-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:**
2023-07-21 11:33:01 -06:00
reason is [APIError](./iceshrimp-js.api.apierror.md)