UNPKG

channelape-sdk

Version:
4 lines (3 loc) 231 B
import ChannelApeError from '../model/ChannelApeError'; import { AxiosResponse } from 'axios'; export default function generateApiError(url: string, response: AxiosResponse, body: any, expectedStatusCode: number): ChannelApeError;