Inherits Exception / Reference / Object
Usage examples: ApiError.new ApiError.new(message: "message") ApiError.new(code: 500, response_headers: {}, message: "") ApiError.new(code: 404, message: "Not Found")
Override to_s to display a friendly error message