Class Operation.Error.Entry
- java.lang.Object
-
- org.jclouds.googlecomputeengine.domain.Operation.Error.Entry
-
- Enclosing class:
- Operation.Error
public abstract static class Operation.Error.Entry extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
code()
The error type identifier for this error.static Operation.Error.Entry
create(String code, String location, String message)
abstract String
location()
The field in the request which caused the error.abstract String
message()
-