Skip to content

Latest commit

 

History

History
133 lines (71 loc) · 3.05 KB

Pricing_api.ErrorApi.md

File metadata and controls

133 lines (71 loc) · 3.05 KB

saasus-sdk / Pricing/api / ErrorApi

Class: ErrorApi

Pricing/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/Pricing/base.ts:52

Properties

axios

Protected axios: AxiosInstance = globalAxios

Inherited from

BaseAPI.axios

Defined in

src/generated/Pricing/base.ts:52


basePath

Protected basePath: string = BASE_PATH

Inherited from

BaseAPI.basePath

Defined in

src/generated/Pricing/base.ts:52


configuration

Protected configuration: undefined | Configuration

Inherited from

BaseAPI.configuration

Defined in

src/generated/Pricing/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

Return Internal Server Error

Throws

Memberof

ErrorApi

Defined in

src/generated/Pricing/api.ts:1766