2023-06-23 22:13:03 -06:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2024-07-23 15:03:50 -06:00
|
|
|
[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [api](./iceshrimp-sdk.api.md) > [isAPIError](./iceshrimp-sdk.api.isapierror.md)
|
2023-06-23 22:13:03 -06:00
|
|
|
|
|
|
|
## api.isAPIError() function
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export declare function isAPIError(reason: any): reason is APIError;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| reason | any | |
|
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
2024-07-23 15:03:50 -06:00
|
|
|
reason is [APIError](./iceshrimp-sdk.api.apierror.md)
|
2023-06-23 22:13:03 -06:00
|
|
|
|