class Raft::Error::AuthenticationFailed

Overview

Raised when HMAC-SHA256 cookie authentication fails during a transport handshake.

Defined in:

raft/error.cr

Constructors

Constructor Detail

def self.new(message : String = "Authentication failed") #

[View source]