Home > @tridion-sites/models > ApiError
Signature:
export declare class ApiError extends Error
Extends: Error
Constructor | Modifiers | Description |
---|---|---|
(constructor)(backendModel) | Constructs a new instance of the ApiError class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendApiError | ||
body | any | ||
request | ApiRequestOptions | ||
statusCode | number | ||
statusText | string | ||
url | string |
Method | Modifiers | Description |
---|---|---|
getInternalModel() |