Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
git-lab
v0.0.1
Git
Remote
GitLab
CLI
Error
Error
GraphQL
Namespace
Pages
Project
REST
Generated using Crystal 1.16.3
2026-06-13 20:35:24 UTC
class
GitLab::
CLI::
Error
GitLab::CLI::Error
Exception
Reference
Object
Overview
CLI error with exit code for testable error handling.
Defined in:
gitlab.cr
Constructors
.new
(message : String | Nil =
nil
, code : Int32 =
1
)
Instance Method Summary
#code
: Int32
Constructor Detail
def self.
new
(message : String | Nil =
nil
, code : Int32 =
1
)
#
[
View source
]
Instance Method Detail
def
code
: Int32
#
[
View source
]