class

Obsctl::Domain::AuthenticationFailed

Inherits Obsctl::Domain::ObsctlError < Exception < Reference < Object

Raised when obs-websocket authentication fails.

Constants

DEFAULT_MESSAGE = "OBS authentication failed"

Constructors

new(message : String | Nil = nil)

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

Source