saasus-sdk / ApiLog/api / ErrorApi
ApiLog/api.ErrorApi
ErrorApi - object-oriented interface
Export
ErrorApi
-
↳
ErrorApi
• new ErrorApi(configuration?
, basePath?
, axios?
): ErrorApi
Name | Type | Default value |
---|---|---|
configuration? |
Configuration |
undefined |
basePath |
string |
BASE_PATH |
axios |
AxiosInstance |
globalAxios |
src/generated/ApiLog/base.ts:52
• Protected
axios: AxiosInstance
= globalAxios
src/generated/ApiLog/base.ts:52
• Protected
basePath: string
= BASE_PATH
src/generated/ApiLog/base.ts:52
• Protected
configuration: undefined
| Configuration
src/generated/ApiLog/base.ts:50
▸ returnInternalServerError(options?
): Promise
<AxiosResponse
<void
, any
>>
This endpoint is used for testing purposes. Returns a server error with status code 500.
Name | Type | Description |
---|---|---|
options? |
AxiosRequestConfig <any > |
Override http request option. |
Promise
<AxiosResponse
<void
, any
>>
Summary
Returns a server error with status code 500
Throws
Memberof
ErrorApi