Skip to content

UInt128Errors

MarcoDotIO edited this page Apr 25, 2023 · 1 revision

UInt128Errors

An ErrorType for UInt128 data types. It includes cases for errors that can occur during string conversion.

public enum UInt128Errors : Error 

Inheritance

Error

Enumeration Cases

invalidString

Input cannot be converted to a UInt128 value.

case invalidString
Types
Protocols
Global Variables
Global Functions
Extensions
Clone this wiki locally