ErrorModel interface

This object is returned when an error occurs in the Maps API

Properties

code

The HTTP status code. NOTE: This property will not be serialized. It can only be populated by the server.

message

If available, a human readable description of the error. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

code

The HTTP status code. NOTE: This property will not be serialized. It can only be populated by the server.

code?: string

Property Value

string

message

If available, a human readable description of the error. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string