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 Stringcode()The error type identifier for this error.static Operation.Error.Entrycreate(String code, String location, String message)abstract Stringlocation()The field in the request which caused the error.abstract Stringmessage()
-