keycloak
|
公開メンバ関数 | |
DockerError (final String errorCode, final String message, final List< DockerAccess > dockerErrorDetails) | |
String | getErrorCode () |
String | getMessage () |
List< DockerAccess > | getDockerErrorDetails () |
boolean | equals (final Object o) |
int | hashCode () |
String | toString () |
非公開変数類 | |
final String | errorCode |
final String | message |
final List< DockerAccess > | dockerErrorDetails |
JSON Representation of a Docker Error in the following format:
{ "code": "UNAUTHORIZED", "message": "access to the requested resource is not authorized", "detail": [ { "Type": "repository", "Name": "samalba/my-app", "Action": "pull" }, { "Type": "repository", "Name": "samalba/my-app", "Action": "push" } ] }
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |