mirror of
https://github.com/go-acme/lego.git
synced 2024-12-23 09:15:11 +02:00
13 lines
218 B
JSON
13 lines
218 B
JSON
{
|
|
"code": "ACCESS_DENIED",
|
|
"fields": [
|
|
{
|
|
"code": "test",
|
|
"message": "content",
|
|
"path": "/foo",
|
|
"pathRelated": "/bar"
|
|
}
|
|
],
|
|
"message": "Authenticated user is not allowed access"
|
|
}
|