class CouchDB::Unauthorized

Overview

Raised when the remote CouchDB returns HTTP 401.

Defined in:

couchdb/error.cr

Constructors

Constructor Detail

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

[View source]