TinmanError
Public / Attributes
ErrorSource
The error source.
The source depicts the type and member where the error has occurred resp. has been detected. The error source string has the following format:
'TypeName.MemberName'
where TypeName
is the name of the type, excluding the namespace (e.g. 'ByteBuffer' for ByteBuffer) and MemberName
is the name of the type member that has triggered resp. reported the error.
This value will never be null
or empty.