Package uniffi.cedarling_uniffi
Class DataException.ValueTooLarge
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class DataException.ValueTooLarge extends DataException
Value too large
-
-
Constructor Summary
Constructors Constructor Description DataException.ValueTooLarge(ULong size, ULong max)
-
Method Summary
Modifier and Type Method Description StringgetMessage()final ULonggetSize()Actual size in bytes final ULonggetMax()Maximum allowed size in bytes -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-