Class Messages
Constants of default messages for use on APIs.
Inheritance
System.Object
Messages
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StoneCo.Framework.Common.Constants
Assembly: cs.temp.dll.dll
Syntax
public class Messages
Properties
ErrorDefault
Represents the default message for error on services.
Declaration
public static string ErrorDefault { get; }
Property Value
Type | Description |
---|---|
System.String | Error on service layer. |