ManeuverErrorFactory

object ManeuverErrorFactory

A factory exposed to build a ManeuverError object.

Functions

buildManeuverError
Link copied to clipboard
fun buildManeuverError(errorMessage: String, throwable: Throwable?): ManeuverError
Build ManeuverError given appropriate arguments
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String