class Llama::BusyError

Overview

Raised when closing or mutating a resource used by an active operation.

Defined in:

llama/error.cr

Constructors

Instance Method Summary

Class methods inherited from class Llama::Error

error_message(code : Int32) : String error_message, format_error(message : String, code : Int32 | Nil = nil, context : String | Nil = nil) : String format_error

Constructor Detail

def self.new(resource_type : String) #

[View source]

Instance Method Detail

def resource_type : String #

[View source]