Skip to content

Latest commit

 

History

History
133 lines (71 loc) · 3.03 KB

ApiLog_api.ErrorApi.md

File metadata and controls

133 lines (71 loc) · 3.03 KB

saasus-sdk / ApiLog/api / ErrorApi

Class: ErrorApi

ApiLog/api.ErrorApi

ErrorApi - object-oriented interface

Export

ErrorApi

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new ErrorApi(configuration?, basePath?, axios?): ErrorApi

Parameters

Name Type Default value
configuration? Configuration undefined
basePath string BASE_PATH
axios AxiosInstance globalAxios

Returns

ErrorApi

Inherited from

BaseAPI.constructor

Defined in

src/generated/ApiLog/base.ts:52

Properties

axios

Protected axios: AxiosInstance = globalAxios

Inherited from

BaseAPI.axios

Defined in

src/generated/ApiLog/base.ts:52


basePath

Protected basePath: string = BASE_PATH

Inherited from

BaseAPI.basePath

Defined in

src/generated/ApiLog/base.ts:52


configuration

Protected configuration: undefined | Configuration

Inherited from

BaseAPI.configuration

Defined in

src/generated/ApiLog/base.ts:50

Methods

returnInternalServerError

returnInternalServerError(options?): Promise<AxiosResponse<void, any>>

This endpoint is used for testing purposes. Returns a server error with status code 500.

Parameters

Name Type Description
options? AxiosRequestConfig<any> Override http request option.

Returns

Promise<AxiosResponse<void, any>>

Summary

Returns a server error with status code 500

Throws

Memberof

ErrorApi

Defined in

src/generated/ApiLog/api.ts:550