Skip to main content
Aria Knowledge Central

get_statement_content_size_m Guide

The get_statement_content_size_m API returns the number of characters in the given statement.

API Specification: get_statement_content_size_m
Required Fields:
  • <client_no>
  • <auth_key>
  • <acct_no> or <client_acct_id>
  • <statement_no>
 

Additional Guidance 

Input Fields 
 
Field Name Notes
<do_encoding>

Allowable values

Values Description
true True indicates to acquire the message size after doing MIME encoding
false False acquires message size without MIME encoding

Error Codes

Error Code/Description Associated Inputs

1001: unexpected error

 

1004: authentication error

<auth_key>, <client_no>

1009: account does not exist, Account not found: AriaNo (acct_no), Account not found: Userid (userid), or Account not found: ClientId (client_acct_id)

<acct_no>, <client_acct_id>

1033:  a parameter that represents a true or false value contains invalid input

<do_encoding>

18003: statement could not be found

 
  • Was this article helpful?