public final class TableServiceError extends Object
| Constructor and Description |
|---|
TableServiceError(String errorCode,
String errorMessage)
Create an instance of
TableServiceError. |
| Modifier and Type | Method and Description |
|---|---|
TableErrorCode |
getErrorCode()
Get the service error code.
|
String |
getErrorMessage()
Get the error message.
|
public TableServiceError(String errorCode, String errorMessage)
TableServiceError.errorCode - The service error code.errorMessage - The error message.public TableErrorCode getErrorCode()
public String getErrorMessage()
Copyright © 2021 Microsoft Corporation. All rights reserved.