Package uniffi.cedarling_uniffi
Class DataException.TtlExceeded
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class DataException.TtlExceeded extends DataException
TTL exceeds maximum allowed
-
-
Constructor Summary
Constructors Constructor Description DataException.TtlExceeded(ULong requested, ULong max)
-
Method Summary
Modifier and Type Method Description StringgetMessage()final ULonggetRequested()The requested TTL in seconds final ULonggetMax()The maximum allowed TTL in seconds -
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
-
-
Method Detail
-
getMessage
String getMessage()
-
getRequested
final ULong getRequested()
The requested TTL in seconds
-
-
-
-