Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 628 Bytes

AptosError.md

File metadata and controls

17 lines (12 loc) · 628 Bytes

aptos_api_dart.model.AptosError

Load the model package

import 'package:aptos_api_dart/api.dart';

Properties

Name Type Description Notes
message String A message describing the error
errorCode AptosErrorCode
vmErrorCode int A code providing VM error details when submitting transactions to the VM [optional]

[Back to Model list] [Back to API list] [Back to README]