Show:
Extends SnapCar.Error

Represents an error created when trying to make API calls with invalid parameters.

Table of Contents

Constructor

SnapCar.InvalidParametersError
(
  • message
  • description
)

Defined in dist/SnapCar.js:637

Parameters:

  • message String

    A key which defines more precisely the type of error.

  • description String

    A human readable text describing the error. Not to be displayed to the user.

Properties

description

String const

A human readable text describing the error. Not to be displayed to the user.

message

String const

A key which defines more precisely the type of error.

type

String const

The type of error.