com.twitter.finatra.thrift

thriftscala

package thriftscala

Visibility
  1. Public
  2. All

Type Members

  1. class ClientError extends Exception with ThriftException with SourcedException with ThriftStruct with Product2[ClientErrorCause, String] with Serializable

  2. sealed trait ClientErrorCause extends ThriftEnum with Serializable

    Annotations
    @Generated()
  3. class NoClientIdError extends Exception with ThriftException with SourcedException with ThriftStruct with Product1[String] with Serializable

  4. class ServerError extends Exception with ThriftException with SourcedException with ThriftStruct with Product2[ServerErrorCause, String] with Serializable

  5. sealed trait ServerErrorCause extends ThriftEnum with Serializable

    Annotations
    @Generated()
  6. class UnknownClientIdError extends Exception with ThriftException with SourcedException with ThriftStruct with Product1[String] with Serializable

Value Members

  1. object ClientError extends ThriftStructCodec3[ClientError] with Serializable

  2. object ClientErrorCause extends Product with Serializable

    Annotations
    @Generated()
  3. object NoClientIdError extends ThriftStructCodec3[NoClientIdError] with Serializable

  4. object ServerError extends ThriftStructCodec3[ServerError] with Serializable

  5. object ServerErrorCause extends Product with Serializable

    Annotations
    @Generated()
  6. object UnknownClientIdError extends ThriftStructCodec3[UnknownClientIdError] with Serializable

Ungrouped