Package

core3.http

responses

Permalink

package responses

Visibility
  1. Public
  2. All

Type Members

  1. case class GenericResult(wasSuccessful: Boolean, message: Option[String] = None, data: Option[JsValue] = None) extends ServiceResponse with Product with Serializable

    Permalink

    Container class for generic service results results.

    Container class for generic service results results.

    wasSuccessful

    set to true, if the requested operation completed successfully

    message

    a message describing the result (optional)

    data

    data associated with the result (optional)

  2. trait ServiceResponse extends AnyRef

    Permalink

    Base trait for service responses.

Value Members

  1. object GenericResult extends Serializable

    Permalink

Ungrouped