Struct EventStreamSubscribeEventsResponseContent.Error
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Discriminated union type for error
[Serializable]
public struct EventStreamSubscribeEventsResponseContent.Error
- Inherited Members
Constructors
Error(EventStreamCloudEventErrorMessage)
public Error(EventStreamCloudEventErrorMessage value)
Parameters
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
Operators
implicit operator Error(EventStreamCloudEventErrorMessage)
public static implicit operator EventStreamSubscribeEventsResponseContent.Error(EventStreamCloudEventErrorMessage value)