Package

com.twitter.finatra.thrift

thriftscala

Permalink

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 HasThriftStructCodec3[ClientError] with Serializable

    Permalink

    Prefer the companion object's com.twitter.finatra.thrift.thriftscala.ClientError.apply for construction if you don't need to specify passthrough fields.

  2. sealed trait ClientErrorCause extends ThriftEnum with Serializable

    Permalink
    Annotations
    @Generated()
  3. trait EmptyExceptionsService[+MM[_]] extends ThriftService

    Permalink

    To generate Exceptions, scrooge uses finagle-core, which pants does not provide to thrift libraries which do not define services (structs-only definitions generally do not need finagle).

    To generate Exceptions, scrooge uses finagle-core, which pants does not provide to thrift libraries which do not define services (structs-only definitions generally do not need finagle). Therefore, we define an empty service to cause the finagle-core dep to be introduced.

    see DPB-7778

    Annotations
    @Generated()
  4. class EmptyExceptionsService$FinagleClient extends EmptyExceptionsService[Future]

    Permalink

    To generate Exceptions, scrooge uses finagle-core, which pants does not provide to thrift libraries which do not define services (structs-only definitions generally do not need finagle).

    To generate Exceptions, scrooge uses finagle-core, which pants does not provide to thrift libraries which do not define services (structs-only definitions generally do not need finagle). Therefore, we define an empty service to cause the finagle-core dep to be introduced.

    see DPB-7778

    Annotations
    @Generated()
  5. class EmptyExceptionsService$FinagleService extends Service[Array[Byte], Array[Byte]]

    Permalink

    To generate Exceptions, scrooge uses finagle-core, which pants does not provide to thrift libraries which do not define services (structs-only definitions generally do not need finagle).

    To generate Exceptions, scrooge uses finagle-core, which pants does not provide to thrift libraries which do not define services (structs-only definitions generally do not need finagle). Therefore, we define an empty service to cause the finagle-core dep to be introduced.

    see DPB-7778

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

    Permalink

    Prefer the companion object's com.twitter.finatra.thrift.thriftscala.NoClientIdError.apply for construction if you don't need to specify passthrough fields.

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

    Permalink

    Prefer the companion object's com.twitter.finatra.thrift.thriftscala.ServerError.apply for construction if you don't need to specify passthrough fields.

  8. sealed trait ServerErrorCause extends ThriftEnum with Serializable

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

    Permalink

    Prefer the companion object's com.twitter.finatra.thrift.thriftscala.UnknownClientIdError.apply for construction if you don't need to specify passthrough fields.

Value Members

  1. object ClientError extends ThriftStructCodec3[ClientError] with Serializable

    Permalink
  2. object ClientErrorCause extends Product with Serializable

    Permalink
    Annotations
    @Generated()
  3. object EmptyExceptionsService

    Permalink

    To generate Exceptions, scrooge uses finagle-core, which pants does not provide to thrift libraries which do not define services (structs-only definitions generally do not need finagle).

    To generate Exceptions, scrooge uses finagle-core, which pants does not provide to thrift libraries which do not define services (structs-only definitions generally do not need finagle). Therefore, we define an empty service to cause the finagle-core dep to be introduced.

    see DPB-7778

  4. object NoClientIdError extends ThriftStructCodec3[NoClientIdError] with Serializable

    Permalink
  5. object ServerError extends ThriftStructCodec3[ServerError] with Serializable

    Permalink
  6. object ServerErrorCause extends Product with Serializable

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

    Permalink

Ungrouped