View Source Vtc.Framestamp.Range.MixedOutTypeArithmeticError exception (vtc v0.17.5)

Exception returned when mixed-out-type arithmetic was attempted without specifying which side of the operation's out type should be inherited.

struct-fields

Struct Fields

  • left_out_type: The out type that was found on the left side of the operation.

  • right_out_type: The out type that was found on the right side of the operation.

Link to this section Summary

Types

t()

Type of Framestamp.Range.MixedOutTypeArithmeticError.

Functions

Returns a message for the error reason.

Link to this section Types

@type t() :: %Vtc.Framestamp.Range.MixedOutTypeArithmeticError{
  __exception__: true,
  func_name: atom(),
  left_out_type: Vtc.Framestamp.Range.out_type(),
  right_out_type: Vtc.Framestamp.Range.out_type()
}

Type of Framestamp.Range.MixedOutTypeArithmeticError.

Link to this section Functions

@spec message(t()) :: String.t()

Returns a message for the error reason.