SPVM::ExchangeAPI::Error − Error Code
The SPVM::ExchangeAPI::Error class has methods to get and set an error id.
my $error =
SPVM::ExchangeAPI::Error−>new;
$error−>id(2);
my $die_error_id = $error−>id;
my $id =
$error−>id;
$error−>id($id);
Gets and sets an error id.
Examples:
$error−>id(2);
my $id = $error−>id;
my $error = SPVM::ExchangeAPI::Error−>new(%options);
Creates a new "SPVM::ExchangeAPI::Error" object.
Options:
|
• |
"id" |
An error id.
Copyright (c) 2023 Yuki Kimoto
MIT License