world.id.phone$package.Phone.Invalid
See theInvalid companion object
sealed abstract class Invalid(message: String) extends WorldError
Why a number was refused, each case carrying the input as typed. Parsing gates on the character set, the calling code and the lengths the plan admits, and on nothing else: a number in a range that is unallocated today, or that this library's data has not caught up with, is still accepted, because refusing a real number costs a customer while accepting an unreachable one costs one failed call.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class WorldErrorclass TypedErrortrait NoStackTraceclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article