All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.workos.common.http.BadRequestExceptionResponse.kt Maven / Gradle / Ivy

Go to download

The WorkOS Kotlin library provides convenient access to the WorkOS API from applications written in JVM compatible languages.

The newest version!
package com.workos.common.http

import com.fasterxml.jackson.annotation.JsonCreator

internal data class BadRequestExceptionResponse
@JsonCreator constructor(
  val message: String? = null,

  val code: String? = null,

  val errors: List>? = null
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy