public class ProducerException extends KinesisVideoException
Exception.| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_BASE |
static int |
STATUS_BUFFER_TOO_SMALL |
static int |
STATUS_FORMAT_ERROR |
static int |
STATUS_INTERNAL_ERROR |
static int |
STATUS_INVALID_ARG |
static int |
STATUS_INVALID_ARG_LEN |
static int |
STATUS_INVALID_HANDLE_ERROR |
static int |
STATUS_INVALID_OPERATION |
static int |
STATUS_NOT_IMPLEMENTED |
static int |
STATUS_NULL_ARG |
static int |
STATUS_OPEN_FILE_FAILED |
static int |
STATUS_OPERATION_TIMED_OUT |
static int |
STATUS_OUT_OF_MEMORY |
static int |
STATUS_READ_FILE_FAILED |
static int |
STATUS_SUCCESS
Various common status code.
|
static int |
STATUS_UNEXPECTED_EOF |
static int |
STATUS_WRITE_TO_FILE_FAILED |
| Constructor and Description |
|---|
ProducerException(Exception exception) |
ProducerException(String message,
int statusCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int STATUS_SUCCESS
public static final int STATUS_BASE
public static final int STATUS_NULL_ARG
public static final int STATUS_INVALID_ARG
public static final int STATUS_INVALID_ARG_LEN
public static final int STATUS_OUT_OF_MEMORY
public static final int STATUS_BUFFER_TOO_SMALL
public static final int STATUS_UNEXPECTED_EOF
public static final int STATUS_FORMAT_ERROR
public static final int STATUS_INVALID_HANDLE_ERROR
public static final int STATUS_OPEN_FILE_FAILED
public static final int STATUS_READ_FILE_FAILED
public static final int STATUS_WRITE_TO_FILE_FAILED
public static final int STATUS_INTERNAL_ERROR
public static final int STATUS_INVALID_OPERATION
public static final int STATUS_NOT_IMPLEMENTED
public static final int STATUS_OPERATION_TIMED_OUT
Copyright © 2019. All rights reserved.