quickshell-web/modules/Quickshell.Services.Pam/PamError.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2024-09-27 23:35:19 +00:00
{
"name": "PamError",
"module": "Quickshell.Services.Pam",
"type": "class",
"super": {
"type": "qt",
"module": "qml.QtQml",
"name": "QtObject"
},
"description": "An error that occurred during an authentication.",
"details": "See TYPE99MQS_Quickshell_Services_Pam99NPamContext99Verror99Tsignal99TYPE.\n",
"flags": [
"enum"
],
"properties": {},
"functions": [
{
"ret": {
"type": "qt",
"module": "qml",
"name": "string"
},
"name": "toString",
"id": "toString",
"details": null,
"params": [
{
"name": "value",
"type": {
"type": "local",
"module": "Quickshell.Services.Pam",
"name": "PamError"
}
}
]
}
],
"signals": {},
"variants": {
"InternalError": {
"details": "An error occurred inside quickshell's pam interface.\n"
},
"StartFailed": {
"details": "Failed to start the pam session.\n"
},
"TryAuthFailed": {
"details": "Failed to try to authenticate the user.\nThis is not the same as the user failing to authenticate.\n"
}
}
}