ICal.RequestStatus (iCal v1.1.2)
View SourceA struct representing an iCalendar request status property
Summary
Types
@type status_detailed() :: {non_neg_integer(), non_neg_integer(), non_neg_integer()}
@type status_short() :: {non_neg_integer(), non_neg_integer()}
@type t() :: %ICal.RequestStatus{ code: status_short() | status_detailed(), description: String.t(), exception: nil | String.t(), language: nil | String.t() }