Struct sapnwrfc::binding::_RFC_EXCEPTION_DESC [] [src]

#[repr(C)]
pub struct _RFC_EXCEPTION_DESC { pub key: [SAP_UC; 128], pub message: [SAP_UC; 512], }

_RFC_EXCEPTION_DESC

Structure for reading (RfcGetExceptionDescByIndex() or RfcGetExceptionDescByName()) or defining (RfcAddException()) the properties of an exception key in a function module.

Fields

Exception key

Error message (exception text as defined in SE37)

Trait Implementations

impl Copy for _RFC_EXCEPTION_DESC
[src]

impl Clone for _RFC_EXCEPTION_DESC
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for _RFC_EXCEPTION_DESC
[src]

[src]

Returns the "default value" for a type. Read more