View Source Mint.WebSocket.UpgradeFailureError exception (MintWebSocket v1.0.3)

An error representing a failure to upgrade protocols from HTTP to WebSocket

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

@type t() :: %Mint.WebSocket.UpgradeFailureError{
  __exception__: true,
  headers: [Mint.Types.headers()],
  status_code: Mint.Types.status()
}

Link to this section Functions

Callback implementation for Exception.message/1.