class Obsctl::Domain::AuthenticationFailed

Overview

Raised when obs-websocket authentication fails.

Defined in:

obsctl/domain/errors.cr

Constant Summary

DEFAULT_MESSAGE = "OBS authentication failed"

Constructors

Instance methods inherited from class Obsctl::Domain::ObsctlError

exit_code : Obsctl::Domain::ExitCode exit_code

Constructor methods inherited from class Obsctl::Domain::ObsctlError

new(message : String, exit_code : ExitCode) new

Constructor Detail

def self.new(message : String | Nil = nil) #

Accepts a nilable message because most call sites forward some_exception.message, which is String?.


[View source]