StorageErrorCode

com.google.cloud.bigquery.storage.v1.storage.StorageError.StorageErrorCode
See theStorageErrorCode companion object
sealed abstract class StorageErrorCode(val value: Int) extends GeneratedEnum

Error code for StorageError.

Attributes

Companion
object
Source
StorageError.scala
Graph
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object CMEK_ENCRYPTION_ERROR.type
object CMEK_NOT_PROVIDED.type
object INVALID_CMEK_PROVIDED.type
object INVALID_STREAM_STATE.type
object INVALID_STREAM_TYPE.type
object KMS_PERMISSION_DENIED.type
object KMS_SERVICE_ERROR.type
object OFFSET_ALREADY_EXISTS.type
object OFFSET_OUT_OF_RANGE.type
trait Recognized
object STREAM_FINALIZED.type
object STREAM_NOT_FOUND.type
object TABLE_NOT_FOUND.type
class Unrecognized
Show all

Members list

Type members

Types

Attributes

Source
StorageError.scala

Attributes

Source
StorageError.scala

Value members

Concrete methods

final def asRecognized: Option[Recognized]

Attributes

Source
StorageError.scala
def companion: GeneratedEnumCompanion[StorageErrorCode]

Attributes

Source
StorageError.scala
def isCmekEncryptionError: Boolean

Attributes

Source
StorageError.scala
def isCmekNotProvided: Boolean

Attributes

Source
StorageError.scala
def isInvalidCmekProvided: Boolean

Attributes

Source
StorageError.scala
def isInvalidStreamState: Boolean

Attributes

Source
StorageError.scala
def isInvalidStreamType: Boolean

Attributes

Source
StorageError.scala
def isKmsPermissionDenied: Boolean

Attributes

Source
StorageError.scala
def isKmsServiceError: Boolean

Attributes

Source
StorageError.scala
def isOffsetAlreadyExists: Boolean

Attributes

Source
StorageError.scala
def isOffsetOutOfRange: Boolean

Attributes

Source
StorageError.scala

Attributes

Source
StorageError.scala

Attributes

Source
StorageError.scala

Attributes

Source
StorageError.scala
def isStreamFinalized: Boolean

Attributes

Source
StorageError.scala
def isStreamNotFound: Boolean

Attributes

Source
StorageError.scala
def isTableNotFound: Boolean

Attributes

Source
StorageError.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def index: Int

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def isUnrecognized: Boolean

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def javaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def name: String

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def scalaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala

Concrete fields

val value: Int

Attributes

Source
StorageError.scala