public class BlobQueryError extends Object
Constructor and Description |
---|
BlobQueryError(boolean fatal,
String name,
String description,
long position)
Creates a new BlobQueryError object.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
long |
getPosition() |
boolean |
isFatal()
Whether or not the error is fatal.
|
String |
toString() |
public BlobQueryError(boolean fatal, String name, String description, long position)
fatal
- Whether or not the error is fatal.name
- The name of the error.description
- A description of the error.position
- The blob offset at which the error occurred.public boolean isFatal()
public String getName()
public String getDescription()
public long getPosition()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.