Module errors

Source

Structs§

BybitContentError
BybitContentError is a struct that represents the error returned by the Bybit API. It has two fields: code, which is an i16 representing the error code, and msg, which is a String representing the error message.

Enums§

BybitError
BybitError is an enum that can hold any possible error that can occur during the execution of the program. It has several variants, each representing a different type of error.