Enum sapnwrfc::binding::_RFC_RC [] [src]

#[repr(u32)]
pub enum _RFC_RC { RFC_OK, RFC_COMMUNICATION_FAILURE, RFC_LOGON_FAILURE, RFC_ABAP_RUNTIME_FAILURE, RFC_ABAP_MESSAGE, RFC_ABAP_EXCEPTION, RFC_CLOSED, RFC_CANCELED, RFC_TIMEOUT, RFC_MEMORY_INSUFFICIENT, RFC_VERSION_MISMATCH, RFC_INVALID_PROTOCOL, RFC_SERIALIZATION_FAILURE, RFC_INVALID_HANDLE, RFC_RETRY, RFC_EXTERNAL_FAILURE, RFC_EXECUTED, RFC_NOT_FOUND, RFC_NOT_SUPPORTED, RFC_ILLEGAL_STATE, RFC_INVALID_PARAMETER, RFC_CODEPAGE_CONVERSION_FAILURE, RFC_CONVERSION_FAILURE, RFC_BUFFER_TOO_SMALL, RFC_TABLE_MOVE_BOF, RFC_TABLE_MOVE_EOF, RFC_START_SAPGUI_FAILURE, RFC_ABAP_CLASS_EXCEPTION, RFC_UNKNOWN_ERROR, RFC_AUTHORIZATION_FAILURE, _RFC_RC_max_value, }

_RFC_RC

RFC return codes used by all functions that do not directly return a handle. Also used as error indicator in the structure #RFC_ERROR_INFO::code.

Variants

Trait Implementations

impl Debug for _RFC_RC
[src]

[src]

Formats the value using the given formatter.

impl Copy for _RFC_RC
[src]

impl Clone for _RFC_RC
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for _RFC_RC
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for _RFC_RC
[src]

impl Hash for _RFC_RC
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more