public class ErrorResponse extends Object implements RESTResponse
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_TYPE_BRANCH |
static String |
RESOURCE_TYPE_COLUMN |
static String |
RESOURCE_TYPE_DATABASE |
static String |
RESOURCE_TYPE_DIALECT |
static String |
RESOURCE_TYPE_SNAPSHOT |
static String |
RESOURCE_TYPE_TABLE |
static String |
RESOURCE_TYPE_TAG |
static String |
RESOURCE_TYPE_VIEW |
Constructor and Description |
---|
ErrorResponse(String resourceType,
String resourceName,
String message,
int code) |
Modifier and Type | Method and Description |
---|---|
Integer |
getCode() |
String |
getMessage() |
String |
getResourceName() |
String |
getResourceType() |
public static final String RESOURCE_TYPE_DATABASE
public static final String RESOURCE_TYPE_TABLE
public static final String RESOURCE_TYPE_COLUMN
public static final String RESOURCE_TYPE_SNAPSHOT
public static final String RESOURCE_TYPE_BRANCH
public static final String RESOURCE_TYPE_TAG
public static final String RESOURCE_TYPE_VIEW
public static final String RESOURCE_TYPE_DIALECT
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.