Skip to content

Documentation / @ember-data/adapter / error / ServerError

Type Alias: ServerError

ts
type ServerError = AdapterRequestError<"ServerError">;

Defined in: warp-drive-packages/legacy/declarations/adapter/error.d.ts:215

A ServerError equates to a HTTP 500 Internal Server Error response status. It is used by the adapter to indicate that a request has failed because of an error in the external API.

ServerError

Released under the MIT License.