Companion

Functions

Link copied to clipboard
fun <T : Any> fail(error: ServiceError): ServiceResult<T>
fun <T : Any> fail(errors: List<ServiceError>): ServiceResult<T>
Link copied to clipboard
fun <T : Any> pass(service: T): ServiceResult<T>