Skip to main content

log_error

Function
This function is defined in the display_types module.
Log an error (convenience function)

Signature

def log_error(message: impl Into<String>, error_type: impl Into<String>) -> ()

Parameters

message
impl Into<String>
required
No description available.
error_type
impl Into<String>
required
No description available.

Returns

Returns
()
The result of the operation.

Uses

  • add_error_log

Source

View on GitHub

praisonai/src/parity/display_types.rs at line 83