EndpointErrorEvent

fun EndpointErrorEvent(    url: String? = null,     webRequestResult: Int? = null,     webRequestResultDescription: String?,     responseCode: Short? = null,     errors: List<Error>,     rawResponse: String? = null)