menu
aws_lambda_dart_runtime package
documentation
runtime/exception.dart
RuntimeException
cause property
cause property
dark_mode
light_mode
cause
property
String
cause
final
Explains the reason why there is an exception thrown in the runtime.
Implementation
final String cause;
aws_lambda_dart_runtime package
documentation
runtime/exception
RuntimeException
cause property
RuntimeException class