Serialized Form


Package com.baidubce

Class com.baidubce.BceClientException extends RuntimeException implements Serializable

serialVersionUID: -9085416005820812953L

Class com.baidubce.BceServiceException extends BceClientException implements Serializable

serialVersionUID: 1483785729559154396L

Serialized Fields

requestId

String requestId
The unique BCE identifier for the service request the caller made. The BCE request ID can uniquely identify the BCE request, and is used for reporting an error to BCE support team.


errorCode

String errorCode
The BCE error code represented by this exception.


errorType

BceServiceException.ErrorType errorType
Indicates (if known) whether this exception was the fault of the caller or the service.


errorMessage

String errorMessage
The error message as returned by the service.


statusCode

int statusCode
The HTTP status code that was returned with this error.



Copyright © 2016. All rights reserved.