Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
git-lab
main
GitLab
CLI
Error
Error
GraphQL
Namespace
Project
REST
Generated using Crystal 1.16.3
2026-03-20 19:06:58 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
]