class Docr::Errors::DockerAPIError

Overview

Custom exception class for Docker API errors.

Defined in:

docr/errors.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String, status_code : Int32) #

[View source]

Instance Method Detail

def status_code : Int32 #

The HTTP status code associated with the error.


[View source]