Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype BaggageErrors Source #
Instances
Exception BaggageErrors Source # | |
Defined in OTel.API.Baggage.Core.Builder.Errors | |
Show BaggageErrors Source # | |
Defined in OTel.API.Baggage.Core.Builder.Errors showsPrec :: Int -> BaggageErrors -> ShowS # show :: BaggageErrors -> String # showList :: [BaggageErrors] -> ShowS # | |
Eq BaggageErrors Source # | |
Defined in OTel.API.Baggage.Core.Builder.Errors (==) :: BaggageErrors -> BaggageErrors -> Bool # (/=) :: BaggageErrors -> BaggageErrors -> Bool # |
data BaggageError Source #
Instances
Show BaggageError Source # | |
Defined in OTel.API.Baggage.Core.Builder.Errors showsPrec :: Int -> BaggageError -> ShowS # show :: BaggageError -> String # showList :: [BaggageError] -> ShowS # | |
Eq BaggageError Source # | |
Defined in OTel.API.Baggage.Core.Builder.Errors (==) :: BaggageError -> BaggageError -> Bool # (/=) :: BaggageError -> BaggageError -> Bool # |
newtype BaggageKeyIsEmptyError Source #
Instances
Show BaggageKeyIsEmptyError Source # | |
Defined in OTel.API.Baggage.Core.Builder.Errors showsPrec :: Int -> BaggageKeyIsEmptyError -> ShowS # show :: BaggageKeyIsEmptyError -> String # showList :: [BaggageKeyIsEmptyError] -> ShowS # | |
Eq BaggageKeyIsEmptyError Source # | |
Defined in OTel.API.Baggage.Core.Builder.Errors |
newtype BaggageValueIsEmptyError Source #
Instances
Show BaggageValueIsEmptyError Source # | |
Defined in OTel.API.Baggage.Core.Builder.Errors showsPrec :: Int -> BaggageValueIsEmptyError -> ShowS # show :: BaggageValueIsEmptyError -> String # showList :: [BaggageValueIsEmptyError] -> ShowS # | |
Eq BaggageValueIsEmptyError Source # | |
Defined in OTel.API.Baggage.Core.Builder.Errors |