Package

com.ubirch.util

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class JsonErrorResponse(version: String = "1.0", status: String = "NOK", errorType: String, errorMessage: String) extends Product with Serializable

    Permalink

    Created by derMicha on 28/10/16.

  2. case class JsonResponse(version: String = "1.0", status: String = "OK", message: String) extends Product with Serializable

    Permalink

    author: cvandrei since: 2016-09-20

Ungrouped