Package | Description |
---|---|
org.jclouds.azure.management.domain |
Modifier and Type | Method and Description |
---|---|
static Error.Code |
Error.Code.fromValue(String code) |
Error.Code |
Error.getCode()
Error code
|
static Error.Code |
Error.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Error.Code[] |
Error.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Error.Builder |
Error.Builder.code(Error.Code code) |
Constructor and Description |
---|
Error(String rawCode,
Error.Code code,
String message) |
Copyright © 2009-2013 jclouds. All Rights Reserved.