Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
authkeys
main
Authkeys
AuthErr
Config
ErrType
KeyReader
Built with Crystal 1.9.2
2023-10-07 17:05:44 UTC
enum
Authkeys::ErrType
Defined in:
autherr.cr
Enum Members
Config
=
0
Cmdline
=
1
Net
=
2
Auth
=
3
NoUser
=
4
NoData
=
5
Instance Method Summary
#auth?
#cmdline?
#config?
#net?
#no_data?
#no_user?
Instance Method Detail
def
auth?
#
[
View source
]
def
cmdline?
#
[
View source
]
def
config?
#
[
View source
]
def
net?
#
[
View source
]
def
no_data?
#
[
View source
]
def
no_user?
#
[
View source
]