Modifier and Type | Method and Description |
---|---|
ReadWriteErrorCode |
TapeResponse.getErrorCode() |
Constructor and Description |
---|
TapeResponse(Object entity,
ReadWriteErrorCode errorCode,
StatusCode status) |
TapeResponse(ReadWriteErrorCode errorCode,
StatusCode status) |
Modifier and Type | Method and Description |
---|---|
ReadWriteErrorCode |
ReadWriteException.getReadWriteErrorCode() |
static ReadWriteErrorCode |
ReadWriteErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadWriteErrorCode[] |
ReadWriteErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReadWriteException(String message,
ReadWriteErrorCode readWriteErrorCode) |
ReadWriteException(String message,
ReadWriteErrorCode readWriteErrorCode,
TapeResponse tapeResponse) |
ReadWriteException(String message,
Throwable cause,
ReadWriteErrorCode readWriteErrorCode) |
Modifier and Type | Method and Description |
---|---|
TapeDriveSpec |
TapeLibraryServiceImpl.getDriveStatus(ReadWriteErrorCode readWriteErrorCode) |
void |
TapeLibraryServiceImpl.goToPosition(TapeCatalog tape,
Integer position,
ReadWriteErrorCode readWriteErrorCode) |
Modifier and Type | Method and Description |
---|---|
TapeDriveSpec |
TapeLibraryService.getDriveStatus(ReadWriteErrorCode readWriteErrorCode) |
void |
TapeLibraryService.goToPosition(TapeCatalog tape,
Integer position,
ReadWriteErrorCode readWriteErrorCode) |
Modifier and Type | Method and Description |
---|---|
ReadWriteErrorCode |
ReadWriteResult.getCode() |
Modifier and Type | Method and Description |
---|---|
void |
ReadWriteResult.setCode(ReadWriteErrorCode code) |
Copyright © 2019 Vitam. All rights reserved.