ApiErrorResponse

fun ApiErrorResponse(code: Int, msg: String, apiType: String? = null, requiredScopes: List<String>? = null, allowedScopes: List<String>? = null)