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

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

Summary

Functions

Callback implementation for Exception.message/1.

Types

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

Functions

Callback implementation for Exception.message/1.