public class LogConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPLETE |
static String |
DO_NOT_RETRY_POLICY |
static String |
DO_NOT_RETRY_TIMEOUT |
static String |
GET_RESPONSE |
static String |
INIT_LOCATION |
static String |
NEXT_LOCATION |
static String |
POST_PROCESS |
static String |
POST_PROCESS_DONE |
static String |
PRE_PROCESS |
static String |
PRE_PROCESS_DONE |
static String |
RESPONSE_RECEIVED |
static String |
RETRY |
static String |
RETRY_CHECK |
static String |
RETRY_DELAY |
static String |
RETRY_INFO |
static String |
RETRYABLE_EXCEPTION |
static String |
START_REQUEST |
static String |
STARTING |
static String |
UNEXPECTED_RESULT_OR_EXCEPTION |
static String |
UNRETRYABLE_EXCEPTION |
static String |
UPLOAD |
static String |
UPLOADDONE |
| Constructor and Description |
|---|
LogConstants() |
public static final String COMPLETE
public static final String DO_NOT_RETRY_POLICY
public static final String DO_NOT_RETRY_TIMEOUT
public static final String GET_RESPONSE
public static final String INIT_LOCATION
public static final String NEXT_LOCATION
public static final String POST_PROCESS
public static final String POST_PROCESS_DONE
public static final String PRE_PROCESS
public static final String PRE_PROCESS_DONE
public static final String RESPONSE_RECEIVED
public static final String RETRY
public static final String RETRY_CHECK
public static final String RETRY_DELAY
public static final String RETRY_INFO
public static final String RETRYABLE_EXCEPTION
public static final String START_REQUEST
public static final String STARTING
public static final String UNEXPECTED_RESULT_OR_EXCEPTION
public static final String UNRETRYABLE_EXCEPTION
public static final String UPLOAD
public static final String UPLOADDONE
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/