Show:

Error object that is created upon errors such as a wrong API call.

Table of Contents

Constructor

SnapCar.Error
(
  • type
  • message
  • description
)

Defined in dist/SnapCar.js:565

Parameters:

  • type String

    The type of error.

  • 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

Defined in dist/SnapCar.js:605

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

message

String const

Defined in dist/SnapCar.js:595

A key which defines more precisely the type of error.

type

String const

Defined in dist/SnapCar.js:585

The type of error.